Opc.Ua.Core
ExtractValueFromVariant(Object,Boolean) Method



Opc.Ua Namespace > BaseDataVariableState<T> Class > ExtractValueFromVariant Method : ExtractValueFromVariant(Object,Boolean) Method
Converts a values contained in a variant to the value defined for the variable.
Syntax
'Declaration
 
<ObsoleteAttribute("Should use the version that takes a ISystemContext (pass null if ISystemContext is not available).")>
Protected Overloads Overrides Function ExtractValueFromVariant( _
   ByVal value As Object, _
   ByVal throwOnError As Boolean _
) As Object
'Usage
 
Dim instance As BaseDataVariableState(Of T)
Dim value As Object
Dim throwOnError As Boolean
Dim value As Object
 
value = instance.ExtractValueFromVariant(value, throwOnError)
[Obsolete("Should use the version that takes a ISystemContext (pass null if ISystemContext is not available).")]
protected override object ExtractValueFromVariant( 
   object value,
   bool throwOnError
)
[Obsolete("Should use the version that takes a ISystemContext (pass null if ISystemContext is not available).")]
protected:
Object^ ExtractValueFromVariant( 
   Object^ value,
   bool throwOnError
) override 

Parameters

value
throwOnError
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDataVariableState<T> Class
BaseDataVariableState<T> Members
Overload List